home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / MenuScripter / MenuScripter.rsrc / SCPT_4192_Font Menu.txt < prev    next >
Encoding:
Text File  |  1996-07-09  |  181 b   |  6 lines

  1. # (decoded with TMPL 128)
  2. Text: 'tell application "MenuScripter"
  3.     set aMenuItem to selection of menu "Font"
  4.     set aName to name of aMenuItem
  5.     set font of selection to aName
  6. end tell'